home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
macabuse
/
inc
/
help.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-05-20
|
250 b
|
17 lines
#ifndef __HELP_HPP_
#define __HELP_HPP_
#include "event.hpp"
extern int total_help_screens;
extern int *help_screens;
void help_handle_event(event &ev);
void draw_help(); // called from game draw if in help mode
#endif